This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Example of QICore MedicationDispense
{
"resourceType": "MedicationDispense",
"id": "medicationdispense-example",
"text": {
"status": "generated",
"div": "<div>\n <p>Penicillin VK 5ml suspension to be administered by oral route</p>\n <p>ONE 5ml spoonful to be taken THREE times a day</p>\n <p>100ml bottle</p>\n <p>to patient ref: a23</p>\n <p>by doctor X</p>\n </div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-refillsRemaining",
"valueInteger": 0
},
{
"url": "http://hl7.org/fhir/StructureDefinition/medicationdispense-validityPeriod",
"valuePeriod": {
"start": "2012-05-30",
"end": "2012-06-10"
}
}
],
"status": "completed",
"patient": {
"reference": "Patient/example"
},
"dispenser": {
"reference": "Practitioner/example"
},
"authorizingPrescription": [
{
"reference": "MedicationOrder/medicationorder-example"
}
],
"quantity": {
"value": 100,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
},
"medicationReference": {
"reference": "Medication/example"
},
"whenPrepared": "2012-05-30T16:20:00+00:00",
"whenHandedOver": "2012-05-31T10:20:00+00:00",
"dosageInstruction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "440231000124106",
"display": "Maintenance dose"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver",
"valueQuantity": {
"value": 1,
"unit": "min",
"system": "http://unitsofmeasure.org",
"code": "m"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod",
"valueRatio": {
"numerator": {
"value": 15,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
},
"denominator": {
"value": 1,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "day"
}
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume",
"valueQuantity": {
"value": 15,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
],
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnits": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394899003",
"display": "oral administration of treatment"
}
]
},
"doseQuantity": {
"value": 5,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
],
"substitution": {
"type": {
"coding": [
{
"system": "http://example.org/MedDispSubType",
"code": "NoSub",
"display": "No substitution made or expected"
}
]
}
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.